-
-
Notifications
You must be signed in to change notification settings - Fork 289
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Resolves issue #951 by adding support for the Red Hat OpenShift on AWS (rosa) cli tool #966
Conversation
on AWS (rosa) cli tool Signed-off-by: Matt Kimberley <[email protected]>
@@ -836,6 +836,7 @@ There are 56 apps that you can install on your cluster. | |||
| [promtool](https://github.com/prometheus/prometheus) | Prometheus rule tester and debugging utility | | |||
| [rekor-cli](https://github.com/sigstore/rekor) | Secure Supply Chain - Transparency Log | | |||
| [replicated](https://github.com/replicatedhq/replicated) | CLI for interacting with the Replicated Vendor API | | |||
| [rosa](https://github.com/openshift/rosa) | Red Hat OpenShift on AWS (ROSA) command line tool | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi! Could you regenerate the table? There must be one more line with the changed numbers of tools.
|
||
tests := []test{ | ||
{ | ||
os: "linux", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you are missing a few tests here for different archs. e.g. https://github.com/alexellis/arkade/blob/master/pkg/get/get_test.go#L6467
{{- if eq .Arch "aarch64" -}} | ||
{{$arch = "-arm64"}} | ||
{{- else if eq .Arch "arm64" -}} | ||
{{ $arch = "-arm64" }} | ||
{{- else if eq .Arch "x86_64" -}} | ||
{{ $arch = "" }} | ||
{{- end -}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
arch is not being used in the template, why do we need it?
@mkimberley when do you expect to be able to check out Maria's comments? Let me know and I'll try to come back then to check again. |
Hi Alex, appreciate the feedback from Maria. I should be able to get this done in the next two weeks, just working on a project for work atm |
Description
Motivation and Context
design/approved
by a maintainer (required)How Has This Been Tested?
If updating or adding a new CLI to
arkade get
, run:Types of changes
Documentation
./arkade get --format markdown
./arkade install --help
Checklist:
git commit -s